header .hb-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #067FD2;
  min-height: 78px;
}
header .hb-title .top-center {
  width: 953px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .hb-title::before {
  display: block;
  content: '';
  width: 474px;
  height: 78px;
  background: url('../img/top-left.png') no-repeat center center;
  background-size: 100% 100%;
}
header .hb-title::after {
  display: block;
  content: '';
  width: 474px;
  height: 78px;
  background: url('../img/top-right.png') no-repeat center center;
  background-size: 100% 100%;
}
header .hb-search {
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 35px;
}
header .hb-search .logo {
  width: 285px;
  height: 99px;
}
header .hb-search .hb-search-right {
  width: 355px;
  border-radius: 50px;
  overflow: hidden;
}
header .hb-search .hb-search-right input {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #3A3A3A;
  text-indent: 20px;
}
header .hb-search .hb-search-right .sousuo {
  width: 57px;
  height: 40px;
  background: #34A1EA;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .hb-search .hb-search-right .sousuo img {
  width: 25px;
  height: 25px;
}
header .hb-tabs {
  background: #0065A9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 140px;
  padding-right: 140px;
  box-sizing: border-box;
}
header .hb-tabs .hb-tab {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 25%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 17px;
  justify-content: center;
  cursor: pointer;
}
header .hb-tabs .hb-tab a {
  color: #fff;
}
header .hb-tabs .hb-tab .logo {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
header .hb-tabs .hb-tab-active {
  background: #033E6C;
}
footer.hb-footer {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #686461;
  margin-top: 72px;
  padding-bottom: 30px;
}
